ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TreeMap<T> Class
Members

In This Topic
    TreeMap<T> Class
    In This Topic
    It displays hierarchical (tree-structured) data as a set of nested rectangles.
    Object Model
    TreeMap<T> Class
    Syntax
    'Declaration
     
    Public Class TreeMap(Of T) 
       Inherits FlexChartBase(Of T)
       Implements ITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
    Type Parameters
    T
    Remarks
    Each branch of the tree is given a rectangle, which is then tiled with smaller rectangles representing sub-branches. A leaf node's rectangle has an area proportional to a specified dimension of the data. Often the leaf nodes are colored to show a separate dimension of the data.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.FlexChartBase<T>
                   C1.Web.Mvc.TreeMap<T>

    See Also